home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
61266
/
61266.xpi
/
chrome
/
content
/
ff-overlay.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-01-26
|
1KB
|
35 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://beststickynotes/skin/overlay.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://beststickynotes/locale/overlay.dtd">
<overlay id="beststickynotes-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="ff-overlay.js"/>
<stringbundleset id="stringbundleset">
<stringbundle id="beststickynotes-strings" src="chrome://beststickynotes/locale/overlay.properties"/>
</stringbundleset>
<popup id="contentAreaContextMenu">
<menuitem id="context-beststickynotes" label="&beststickynotesContext.label;"
accesskey="&beststickynotesContext.accesskey;"
insertafter="context-stop"
onclick="com.chechurin.beststickynotes.addStickyNote(event)"/>
</popup>
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="beststickynotes-button"
class="toolbarbutton-1"
label="&beststickynotesToolbar.label;"
tooltiptext="&beststickynotesToolbar.tooltip;"
oncommand="com.chechurin.beststickynotes.addStickyNote(event)"/>
</toolbarpalette>
<statusbar id="status-bar">
<statusbarpanel id="beststickynotes-statusbar"
class="statusbarpanel-iconic"
tooltiptext="&beststickynotesToolbar.tooltip;"
oncommand="com.chechurin.beststickynotes.addStickyNote(event)"/>
</statusbar>
</overlay>